added SSCLI 1.0
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2010 / VBASPNETFileUploadStatus / WSFileUploadStatus / UploadStatusWindow.ascx.vb
blob57904fd350930ecd439e4fc7d79c5ed7d5aae288
1 Imports System.Collections.Generic
2 Imports System.Linq
3 Imports System.Web
4 Imports System.Web.UI
5 Imports System.Web.UI.WebControls
7 Partial Public Class UploadStatusWindow
8 Inherits System.Web.UI.UserControl
9 Protected Sub Page_Load(ByVal sender As Object, ByVal e As EventArgs)
11 End Sub
12 End Class